Audio IFF - определение. Что такое Audio IFF
Diclib.com
Словарь онлайн

Что (кто) такое Audio IFF - определение

CONTAINER FILE FORMAT INTRODUCED BY ELECTRONIC ARTS AND COMMODORE
IFF-16SV; IFF-8SVX; EA IFF 1985; EA IFF; EA IFF 85

Audio IFF      
<file format, music> (AIFF) A format developed by {Apple Computer} Inc. for storing high-quality digital audio and musical instrument information. It is also used by SGI and several professional audio packages. (1994-10-10)
Interchange File Format         
<file format> (IFF, full name "EA IFF 1985") A generic file format published by Electronic Arts as an open standard. IFF is chunk-based and hierarchical so files can include other files. It is easily extensible and an all round Good Idea. An IFF file starts with one of the following "group IDs": 'FORM', 'LIST' or 'CAT '. This is followed by an unsigned 32-bit number of bytes in the remainder of the file. Then comes an ID that indicates which type of IFF file this is. The main image type is ILBM, audio is either AIFF or 8SVX, animations are ANIM etc. An IFF file will probably have a filename extension related to this file type stored in the file. The rest of the file is divided into chunks each of which also has a four-byte header and byte count. Microsoft WAV and AVI are all based around an almost identical scheme to IFF called RIFF. The main difference is that, in RIFF files, numbers are little-endian as on Intel processors, whereas in IFF files they are big-endian, as on the Motorola 68000 processors in the Amiga where IFF files were first used. (1997-07-23)
iff         
  • ''A'' is a proper subset of ''B''. A number is in ''A'' only if it is in ''B''; a number is in ''B'' if it is in ''A''.
  • ''C'' is a subset but not a proper subset of ''B''. A number is in ''B'' if and only if it is in ''C'', and a number is in ''C'' if and only if it is in ''B''.
WIKIMEDIA DISAMBIGUATION PAGE
Iff (disambiguation); IFF (disambiguation)
If and only if. Used in math and logic to state necessary and sufficient conditions for something to occur or exist.
Iff you ask me out, then I will go out with you.

Википедия

Interchange File Format

Interchange File Format (IFF), is a generic container file format originally introduced by Electronic Arts in 1985 (in cooperation with Commodore) in order to facilitate transfer of data between software produced by different companies.

IFF files do not have any standard extension. On many systems that generate IFF files, file extensions are not important (the OS stores file format metadata separately from the file name). An .iff extension is commonly used for ILBM format files, which use the IFF container format.

Resource Interchange File Format is a format developed by Microsoft and IBM in 1991 that is based on IFF, except the byte order has been changed to little-endian to match the x86 processor architecture. Apple's AIFF is a big-endian audio file format developed from IFF. The TIFF image file format is unrelated.